home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gconf / schemas / desktop_default_applications.schemas < prev    next >
Encoding:
Extensible Markup Language  |  2009-03-17  |  1.7 KB  |  45 lines

  1. <?xml version="1.0"?>
  2. <gconfschemafile>
  3.   <schemalist>
  4.     <schema>
  5.       <key>/schemas/desktop/gnome/applications/terminal/exec</key>
  6.       <applyto>/desktop/gnome/applications/terminal/exec</applyto>
  7.       <owner>gnome-vfs</owner>
  8.       <type>string</type>
  9.       <default>gnome-terminal</default>
  10.       <gettext_domain>gnome-vfs-2.0</gettext_domain>
  11.       <locale name="C">
  12.         <short>Default terminal application</short>
  13.         <long>The default terminal application to use for applications that require a terminal.</long>
  14.       </locale>
  15.     </schema>
  16.  
  17.     <schema>
  18.       <key>/schemas/desktop/gnome/applications/terminal/exec_arg</key>
  19.       <applyto>/desktop/gnome/applications/terminal/exec_arg</applyto>
  20.       <owner>gnome-vfs</owner>
  21.       <type>string</type>
  22.       <default>-x</default>
  23.       <gettext_domain>gnome-vfs-2.0</gettext_domain>
  24.       <locale name="C">
  25.         <short>Exec argument for default terminal</short>
  26.         <long>The exec argument to use for the default terminal application.</long>
  27.       </locale>
  28.     </schema>
  29.  
  30.     <schema>
  31.       <key>/schemas/desktop/gnome/applications/component_viewer/exec</key>
  32.       <applyto>/desktop/gnome/applications/component_viewer/exec</applyto>
  33.       <owner>gnome-vfs</owner>
  34.       <type>string</type>
  35.       <default>nautilus %s</default>
  36.       <gettext_domain>gnome-vfs-2.0</gettext_domain>
  37.       <locale name="C">
  38.         <short>Default component viewer application</short>
  39.         <long>The application to use for viewing files that require a component to view them. The parameter %s will be replaced by the file's URIs, the parameter %c will be replaced by the component IID.</long>
  40.       </locale>
  41.     </schema>
  42.  
  43.   </schemalist>
  44. </gconfschemafile>
  45.